home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Essential Bibles
/
Essential Bibles (1998).iso
/
DOS
/
ZIPS
/
BXWORD11.ZIP
/
INSTALLC.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-11-26
|
951b
|
38 lines
echo off
cls
echo This utility will install Bible Crossword Puzzles to your computer's
echo hard disk drive C:
echo.
echo This utility will first create a new subdirectory C:\XWORD
echo.
echo If your computer does not have a hard disk drive, or
echo if you wish to abort this installation, press CTRL+BREAK
echo or CTRL+C now!
echo.
echo Else to install Bible Crossword Puzzles to C:\XWORD,
pause
md c:\xword
cls
echo Installing Bible Crossword Puzzles...
echo.
copy x*.* c:\xword
cls
c:
cd c:\xword
echo.
echo Installation complete!
echo.
echo To begin Bible Crossword Puzzles from your hard disk in the future,
echo here is what you will need to do...
echo.
echo 1) Change your directory to C:\XWORD
echo 2) Then enter XWORD
echo.
echo Here are the exact DOS commands to perform (write this down):
echo.
echo C:
echo CHDIR C:\XWORD
echo XWORD
echo.
echo Try this now, and enjoy using Bible Crossword Puzzles...!